home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Willard Press Kit
/
Willard Press Kit.iso
/
mac
/
Acrobat Reader 5
/
Acrobat Reader 5.0
/
Acrobat Reader 5.0.rsrc
/
EXVW_10060_admProofCustom
< prev
next >
Wrap
Text File
|
2001-09-24
|
609b
|
27 lines
dialog(name: '$$$/Dialogs/ProofCustom')
{
group()
{
view( align_children: align_left )
{
view(align_children: align_row)
{
static_text( name:'$$$/Dialogs/ProofCustom/Profile' );
popup( item_id: 'Pruf', width: max_char_width() * 11);
}
view (align_children: align_top)
{
static_text( name:'$$$/Dialogs/ProofCustom/Simulate' );
view (align_children: align_left)
{
check_box(item_id: 'ksim', name:'$$$/Dialogs/ProofCustom/InkBlack');
check_box(item_id: 'wsim', name:'$$$/Dialogs/ProofCustom/PaperWhite');
}
}
gap(height: 8);
}
ok_cancel();
}
}